home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / fileutil / fileutils-3.16.tar.gz / fileutils-3.16.tar / fileutils-3.16 / TODO < prev   
Text File  |  1997-01-06  |  879b  |  27 lines

  1. Tasks for GNU fileutils (listed in order of decreasing priority):
  2.  
  3.   unify textutils/fileutils/sh-utils
  4.   libitize
  5.   update copyright dates
  6.   make help/version output conformant
  7.  
  8.   ls: test suite to exercize -l and -l --full-time with various LANG settings
  9.  
  10.   mv: move non-regular files between partitions.  This will probably
  11.     involve factoring out and librarizing cp's copying code.
  12.  
  13.   ls: recognize --format="%a %b..." strftime formats
  14.   ls: add new % formats to get the 10 bytes of the permissions string
  15.     (both individually and as groups)
  16.  
  17.   cp, mv, ln, install: make --verbose report on backup files
  18.  
  19.   chmod, chown (maybe others): Don't strip slashes unless configure
  20.       detects that e.g. lstat can't deal with them.
  21.  
  22. fix automake's
  23.   rm -f $(libexec_PROGRAMS)
  24. rule of clean-libexecPROGRAMS
  25.  
  26.   chown/chgrp/chmod: add new option: --reference=FILE see +utils/chown
  27.